home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 2
/
Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso
/
Aminet
/
misc
/
amag
/
sh9301e.lha
/
Maxon-CPP-Demo
/
Include
/
linkerfunc.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-02-17
|
370b
|
20 lines
// Prototypen für Maxon C++ Linker-Spezialfunktionen
// Jens Gelhar 09.06.92
#ifdef __cplusplus
extern "C" {
#endif
void InitModules(); // _INIT_-Funktionen aufrufen
void CleanupModules(); // _EXIT_-Funktionen
// gibt's nur bei Linken ohne Startup-Code!
void GetBaseReg(); // lädt Register A4
// Nur sinnvoll bei Small Data
#ifdef __cplusplus
}
#endif